home *** CD-ROM | disk | FTP | other *** search
/ Compute! Gazette 1990 April / 1990-04.d64 / synth loader (.txt) < prev    next >
Commodore BASIC  |  2022-09-20  |  445b  |  11 lines

  1. 10 rem copyright 1990 compute! publications, inc. - all rights reserved
  2. 20 poke53280,0:poke53281,0:print"[147][153]":fori=1to9:print"":nexti
  3. 30 printtab(13)"copyright 1990":printtab(6)"compute! publications, inc."
  4. 40 printtab(10)"all rights reserved"
  5. 50 print"loading ml...[144]"
  6. 60 iff=0thenf=1:load"synth.ml",8,1
  7. 70 print "[144]remloading basic...[144]"
  8. 80 print"[144]poke43,200:poke44,8:poke55,0:poke56,96:poke2247,0:new"
  9. 90 print"load"+chr$(34)+"synth.bas"+chr$(34)+",8"
  10. 100 print"run":forf=631to640:pokef,13:next:poke198,10
  11.